home *** CD-ROM | disk | FTP | other *** search
/ PD ROM 1 / PD ROM Volume I - Macintosh Software from BMUG (1988).iso / Electronic Messages / USEnet Digests / USEnet Vol. 3 / USEnet 3.079 < prev    next >
Encoding:
Internet Message Format  |  1988-04-08  |  29.0 KB  |  [TEXT/ttxt]

  1. Date: Sat 10 Oct 87 12:25:15-EDT
  2. From: Jeff Shulman <SHULMAN@SDR>
  3. Subject: Usenet Mac Digest V3 #79
  4.  
  5. Usenet Mac Digest     Saturday, October 10, 1987     Volume 3 : Issue 79 
  6.  
  7. Today's Topics:
  8.      SE and mouse tracking
  9.      Re: Hypercard question
  10.      Re: Drawpicture from C - HELP!!
  11.      A/UX Compatability
  12.      Hypercard: Clicking on a text word
  13.      Re: MacScheme Warning!
  14.      another hypercard questions: card number (2 messages)
  15.      xerox nutmeg/hi-top monitor
  16.      Re: info needed about Nubus (esp. in Mac II)
  17.      Re: Hypercard question (2 messages)
  18.      Re: Status of Apple UNIX ?
  19.      Software for reading stock prices
  20.      Yet another HC bug?
  21.      Need info on Inbox and Mail Center for Mac.
  22.      Original Mac Battery
  23.      Question: Sound Driver and LSC
  24.      Trouble with OpenResFile("\pDeskTop"); (2 messages)
  25.      Hypercard again (radio button)
  26.      HyperCard-hypertext
  27.      Help wanted:  MacinTalk parameters
  28.      High performance APL
  29.      Re: Hypercard again (radio button)
  30.      MacBottom 144IHD for Mac II
  31.      Radius Accelerator Comments
  32.  
  33. ---------------------------------------------------------------------- 
  34.  
  35. From: mlwh%sphinx@Sun.COM (Martin Hall)
  36. Subject: SE and mouse tracking
  37. Date: 5 Oct 87 05:12:55 GMT
  38.  
  39. Is there a general problem with mouse tracking and Mac SEs?
  40.  
  41. ----Martin L. W. Hall---- Sun Microsystems 
  42. HASA member   {allegra | hplabs}!sun!mlwh@sphinx or mlwh@sun.COM
  43.  
  44. ------------------------------
  45.  
  46. From: cs162fed@sdcc18.ucsd.EDU (Grobbins)
  47. Subject: Re: Hypercard question
  48. Date: 5 Oct 87 06:41:27 GMT
  49. Organization: UCSD
  50.  
  51. It sounds like Chuq could use a field in each card or background with 
  52. the first line holding the number of linked cards and the names or  id
  53. numbers of the linked cards in the following lines of the field, but
  54. this brings up a problem that I've been having:
  55.  
  56. I'm trying to go to cards by a name composed of a string constant and a
  57. variable number, as in
  58.  
  59.   go to card "Sheetnum"&snum    -- and variants, incl. putting "x"&y in parens
  60.  
  61. but Hypercard usually fails to go to the proper, or any, card. This
  62. occurs only (or primarily) in scripts; if I execute the same line in the
  63. message window, Hypercard takes me to the proper card without
  64. complaining.  Have I overlooked some requirement of the go command, or
  65. can anyone suggest some other likely oversight on my  part?
  66.  
  67.  
  68. Grobbins              cs162fed@sdcc18.ucsd.edu
  69.                       ..sdcsvax!sdcc18!cs162fed
  70.  
  71.  
  72. ------------------------------
  73.  
  74. From: singer@endor.harvard.edu (Richard Siegel)
  75. Subject: Re: Drawpicture from C - HELP!!
  76. Date: 5 Oct 87 12:45:15 GMT
  77. Organization: THINK Technologies, Inc., Bedford, MA
  78.  
  79. In article <773@sdcc18.ucsd.EDU> cs161aey@sdcc18.ucsd.EDU (Joe Gervais)
  80. writes:
  81. >
  82. >    [problems doing a picture, some sample code]
  83. >
  84.  
  85. I may be wrong (it's happened before :-)), but I think you may need to
  86. set the cliping region of the current grafport with ClipRect(); that may
  87. help.
  88.  
  89. This is one case where using LightspeedC does you no good. :-)
  90.  
  91.     --Rich
  92. **The opinions stated herein are my own opinions and do not necessarily
  93. represent the policies or opinions of my employer (THINK Technologies, Inc).
  94.  
  95. * Richard M. Siegel | {decvax, ucbvax, sun}!harvard!endor!singer    *
  96. * Customer Support  | singer@endor.harvard.edu                *
  97. * THINK Technologies, Inc.  (No snappy quote)                       *
  98.  
  99. ------------------------------
  100.  
  101. From: steele@unc.cs.unc.edu (Oliver Steele)
  102. Subject: A/UX Compatability
  103. Date: 5 Oct 87 16:22:32 GMT
  104. Organization: University of North Carolina, Chapel Hill
  105.  
  106. If a Mac program bombs under A/UX and its toolbox, is that a sure sign
  107. that the Mac program is doing something that might cause it to fail
  108. under future pure-Macintosh-OS environments (for instance, a MultiFinder
  109. that uses the PMMU)?  What about under the release (gamma?) A/UX when it
  110. exists?
  111.  
  112. ------------------------------------------------------------------------------
  113. Oliver Steele                  ...!{decvax,ihnp4}!mcnc!unc!steele
  114.                             steele%unc@mcnc.org
  115.  
  116.     "If God had meant for us to Walk, he would have given us Feet."
  117.  
  118.  
  119. ------------------------------
  120.  
  121. From: spohrer-james@yale.UUCP
  122. Subject: Hypercard: Clicking on a text word
  123. Date: 5 Oct 87 17:51:48 GMT
  124. Organization: Yale University, New Haven, CT
  125.  
  126. >From: James Spohrer <spohrer-james>
  127.  
  128. Problem: You want to click on a word in a text field and have that event
  129. send you to a new card.
  130.  
  131. Solution1: (Messy) - Write a line lexer that finds the rectangle for
  132. each word in the line until it finds the rectangle that was clicked in.
  133.  
  134. Solution2: (Easier, but...) - In developing a mini-code browser, the
  135. following was used satisfactorily: Select the word that you wanted to
  136. click on by dragging across it in the text field. Define a button called
  137. GOTO above the text-field. Click the GOTO button, at it takes you to the
  138. documentation for that word, if you have a script associated with the
  139. button like the following:
  140.  
  141. on mouseUp
  142.  find the Selection in field "Documentation-for-Word" 
  143. end mouseUp
  144.  
  145. In your documentation cards, give them each a name field called
  146. Documentation-for-Word, and put the word's name in that text field.
  147.  
  148. So instead of clicking on the word, you have to Select the word by
  149. dragging, and then click the GOTO button. 
  150.  
  151. Thanks to Stan Letovsky and Charlie Martin for parts of the "solutions".
  152.  
  153. P.S. I would like to hear alternative solutions.
  154.  
  155. -Jim Spohrer
  156. SPOHRER@YALE
  157. (203) 432-1227
  158. -------
  159.  
  160. ------------------------------
  161.  
  162. From: geb@cadre.dsl.PITTSBURGH.EDU (Gordon E. Banks)
  163. Subject: Re: MacScheme Warning!
  164. Date: 5 Oct 87 16:43:00 GMT
  165. Organization: Decision Systems Lab., Univ. of Pittsburgh, PA.
  166.  
  167. In article <3907@watdcsu.waterloo.edu> psych@watdcsu.waterloo.edu
  168. (R.Crispin - Psychology) writes:
  169. >Many companies put those little stickers on the gates of the floppies.
  170. >You must have had to work awfully hard to jam the disk into the machine.
  171. >I would have thought you would suspect something when a gentle push
  172. >didn't get the disk into the drive. I have made it a habit to do a quick
  173. >check of all the diskettes I get just to be sure they're ok before I stick
  174. >them in the machine. You should not blame the company because you didn't
  175. >look especially when the standard practice is to sticker the gate closed.
  176. >
  177. Perhaps it is the standard practice in Canada, but not here.  And if it
  178. is standard, there should be a warning anyway for those who are buying
  179. their first program  (Apple doesn't do it). I have quite a few programs,
  180. but this is the first one I have seen like this.  What is more, Semantic
  181. Microsystems never did this on previous releases.  After the drive was
  182. removed, the problem was apparent: the lever arm that opens the slide is
  183. a piece of flimsy sheet metal and is easily bent; fortunately, not to
  184. hard to fix.  It doesn't take much force to bend the lever, and thus the
  185. drive design is also at fault.  The folks at Semantic Microsystems were
  186. very nice, and I do not want to denigrate their company, which I like.
  187. They are discontinuing the practice of putting stickers on the slide, 
  188. since this has happened to others too.  They offered to pay for fixing 
  189. the drive, but since we have an in-house technician, it was not
  190. necessary.
  191.  
  192.  
  193. ------------------------------
  194.  
  195. From: chuq%plaid@Sun.COM (Chuq Von Rospach)
  196. Subject: another hypercard questions: card number
  197. Date: 5 Oct 87 16:52:12 GMT
  198.  
  199. Here's another one that should be a no-brainer, but the information
  200. doesn't seem to be in the Goodman book. I want to have a line on one of
  201. my cards that says "card #<num> of <num>". I can find the second value,
  202. the total number of cards. I can't find any documentation for getting
  203. what card number this is. Goodman simply says "since cards can be
  204. re-arranged, use the card id and not that card number" -- well, I WANT
  205. that card number.
  206.  
  207. Any idea what the variable for this it?
  208.  
  209. chuq
  210. Chuq Von Rospach                    chuq@sun.COM
  211. Editor, OtherRealms                    Delphi: CHUQ
  212.  
  213. Bye bye life!  Bye bye happiness! Hello, loneliness, I think I'm gonna die.
  214.  
  215. ------------------------------
  216.  
  217. From: fry@huma1.HARVARD.EDU (David Fry)
  218. Subject: Re: another hypercard questions: card number
  219. Date: 5 Oct 87 22:52:22 GMT
  220. Organization: Harvard Math Department
  221.  
  222. You want to ask for "the number of this card".  Pretty nifty, huh?  I
  223. think you should give Goodman's book more credit; these things are in
  224. there, albeit well hidden.
  225.  
  226. David Fry                fry@huma1.harvard.EDU
  227. Department of Mathematics        fry@harvma1.bitnet
  228. Harvard University            ...!harvard!huma1!fry
  229. Cambridge, MA  02138        
  230.  
  231. ------------------------------
  232.  
  233. From: callas@eris.dec.com (Why is a tea kettle like a time machine?)
  234. Subject: xerox nutmeg/hi-top monitor
  235. Date: 30 Sep 87 19:11:00 GMT
  236. Organization: Digital Equipment Corporation
  237.  
  238.  
  239.         I bought a Xerox/Nutmeg full screen monitor at Mac World in
  240.         Boston. I like the thing. It is 720 x 900 pixels (8 x 10 inches
  241.         at 90 dpi). Most things work quite well with it, notably Word
  242.         3.01 (in which Page preview is gorgeous -- it uses the whole
  243.         screen and gives you a nice legible picture), Lightspeed Pascal,
  244.         and Superpaint. Hypercard centers its window in the middle of
  245.         the screen, leaving lots of space for tools &c. Macsbug even
  246.         works.
  247.  
  248.         You start up the screen with an application. I'd much prefer an
  249.         INIT file, but you can't have everything, I suppose. It doesn't
  250.         seem to consume much memory. I've gone prowling with Heapshow
  251.         and MacNosy, and not found the nutmeg code (not that I've tried
  252.         that hard), and I don't notice much less memory. The screen
  253.         memory itself seems to be on the interface card (which is a
  254.         clear plastic thing that slips over the CPU of a Plus or SE. I
  255.         can't imagine it working any other way.
  256.  
  257.         The phosphor is a soft white with a bit of a yellow cast to it.
  258.         A nice, friendly, *paper-colored* phosphor. I'm no fan of amber
  259.         screens, but the more I stare at this screen the more I like the
  260.         phosphor. It is also *very* long-lived, and there is essentially
  261.         zero flicker (I'm a bit sensitive to flicker). I like the look
  262.         of the screen better than any of the other screens I looked at
  263.         (Radius, Megascreen, and a couple others -- I spent most of Mac
  264.         World looking at large screens with intent to buy).
  265.  
  266.         You can direct an application to the Mac's screen by holding
  267.         down the command key while the application launches (this also
  268.         works for the Finder when you leave an application).
  269.  
  270.         Most applications that aren't smart about the large screen
  271.         simply put themselves in the upper left-hand corner of the
  272.         screen and work normally. Often, I run these programs on the Mac
  273.         screen, simply because I find all that empty real estate
  274.         distracting.
  275.  
  276.         There are a few things that don't work:
  277.  
  278.         * Tempo crashes the system with an odd address trap if you start
  279.         it on the nutmeg screen. If you start it on the Mac screen
  280.         and switch to the nutmeg, it seems to work okay.
  281.  
  282.         * Switcher animation is broken. Period. Messes up the screen. It
  283.         looks like some twit hard-coded the number 512 in it. I haven't
  284.         tried Switcher without animation -- this is not because of the
  285.         screen corruption, but because I'm scared of Switcher, as it has
  286.         a tendency to crash. It's cost me work more times than I like. I
  287.         developed this aversion to Switcher long before I got the large
  288.         screen. I'm hoping for better with Multifinder.
  289.  
  290.         * Remove Autoblack from your system folder! This should be
  291.         obvious, but I spent most of the first afternoon I had the
  292.         thing wondering why it crashed. The nutmeg screen has its
  293.         own screen saver, so you don't need it.
  294.  
  295.         All in all, I recommend it whole-heartedly. If you can find it
  296.         for $995, then get it! It's wonderful. If both screen could be
  297.         used at once (` la Radius), it would be even nicer, but hey...
  298.  
  299.             Jon Callas
  300.  
  301.  
  302. ------------------------------
  303.  
  304. From: marc@CS.UCLA.EDU
  305. Subject: Re: info needed about Nubus (esp. in Mac II)
  306. Date: 30 Sep 87 16:10:41 GMT
  307. Organization: UCLA Computer Science Department
  308.  
  309. In article <628@uhnix1.UUCP> cosclsp@uhnix1.UUCP (6066) writes:
  310. >Where can I find information (anything from overviews to spec sheets) on the
  311. >Nubus, especially the one in Apple's Macintosh II.
  312.  
  313. There is a document published by Texas Instruments called:
  314.     "NuMachine NuBus Specification" part number TI-2242825-0001 (1983).
  315.  
  316. Also available is a technical report from Berkeley which describes the
  317. SpurBus which is an extended subset of NuBus. I have a draft of it so I
  318. don't have the exact tech. rep. number, but that should be easy to find.
  319.     "SpurBus Specification" Garth Gibson, Computer Science Division, UCB.
  320.  
  321.                     Marc Tremblay
  322.                     marc@CS.UCLA.EDU
  323.                     ...!(ihnp4,ucbvax)!ucla-cs!marc
  324.                     Computer Science Department, UCLA
  325.  
  326.  
  327. ------------------------------
  328.  
  329. From: kerpelma@macbeth.steinmetz (dan kerpelman)
  330. Subject: Re: Hypercard question
  331. Date: 5 Oct 87 12:32:58 GMT
  332. Organization: General Electric CRD, Schenectady, NY
  333.  
  334. It sounds as if you need a stack of stacks, not a stack of cards.  In
  335. other words, you could have a bunch of stacks that belong to a
  336. "superstack".  The background of the superstack should define forward
  337. and backward buttons that allow navigating among the primary cards of
  338. each aggregate stack.  The primary card of each aggregate stack should
  339. define additional buttons enabling browsing through its cards.  You
  340. could even put in a fast browse button.  Copy it from one of the
  341. provided stacks if you don't know advanced HyperTalk.
  342.  
  343. To know how many cards are in a stack, you can define a button in its
  344. primary card that performs a HyperTalk "domenu stack info".  This will
  345. bring up the stack information menu.
  346.  
  347. Try browsing the provided stacks.  It's likely you'll find a similar
  348. application.  You can copy this and use it as a template for developing
  349. your own.  Have fun.
  350.  
  351. ----------------------------------------------------------------------------
  352. Dan Kerpelman                      ARPAnet  :  kerpelman@ge-crd.arpa GE
  353. Corporate R&D                   GE DECnet:  ctsvax::kerpelman
  354. Schenectady, NY, USA               telephone:  (518) 387-5086
  355.  
  356. ------------------------------
  357.  
  358. From: sysop@stech.UUCP (Jan Harrington)
  359. Subject: Re: Hypercard question
  360. Date: 5 Oct 87 12:04:05 GMT
  361. Organization: Scholastech, Inc., Waltham, Mass.
  362.  
  363. Cards in a HyperCard stack are linked in a linear fashion.  In other
  364. words, there are no one-to-many relationships.  There's no problem with
  365. attaching  the count of the number of cards in a string to a primary
  366. card, but the other cards have a first/next order; they aren't arranged
  367. in a fan-like set-up.               
  368.  
  369. The card count can be part of a script attached to the primary card, but
  370. you may find that you don't need it. A simpler strategy is to  put a
  371. button on the primary card for each card in the list that you want to
  372. reach directly from the primary card (i.e., not in first/next order). 
  373. There are two ways then to set up the transfer.  You can link the button
  374. to the card or you can write a simple script attached to the button
  375. which simply goes to the required card (either by name or ID#). 
  376. Personally, I prefer the latter, using names, because it requires fewer
  377. changes as the stack changes.  My buttons all "go to card x", where x is
  378. the name of card. This way, if I move things around in the stack I don't
  379. have to worry about situations where links may become invalid. Card
  380. names are more informative than id #'s; they form a sort of
  381. self-documentation.
  382.  
  383. Hope this answers a few questions.  (?)
  384.  
  385. Jan Harrington, sysop
  386. Scholastech Telecommuications
  387. ihnp4!husc6!amcad!stech!sysop or allegra!stech!sysop
  388.  
  389. ------------------------------
  390.  
  391. From: jww@sdcsvax.UCSD.EDU (Joel West)
  392. Subject: Re: Status of Apple UNIX ?
  393. Date: 6 Oct 87 01:42:19 GMT
  394. Organization: Palomar Software, Inc., Vista, CA
  395.  
  396. A/UX requires a Mac II, 2 Mb (4 Mb preferred), and at least 40 Mb of
  397. disk space (only Quantum 80Mb are supported right now).
  398.  
  399. Latest word I heard was December ship date is pretty firm. Might even be
  400. earlier.
  401. -- 
  402.     Joel West  (c/o UCSD)
  403.     Palomar Software, Inc., P.O. Box 2635, Vista, CA  92083
  404.     {ucbvax,ihnp4}!sdcsvax!jww     jww@sdcsvax.ucsd.edu
  405. So. California: where the ground does the Rocking 'N Rolling for you
  406.  
  407.  
  408. ------------------------------
  409.  
  410. From: nala@ihlpf.ATT.COM (A. Flora-Holmquist)
  411. Subject: Software for reading stock prices
  412. Date: 5 Oct 87 20:20:29 GMT
  413. Organization: AT&T Bell Laboratories - Naperville, Illinois
  414.  
  415. I am looking for a MAC software package that allows me to query the
  416. stock exchange postings, looking for stocks that are specified within a
  417. user defined list. The query output should be disk spoolable and in a
  418. text format readable by other applications such as Word or Excel. Other
  419. features such as time of day autodial would be nice.
  420.  
  421. Does such a package exist? I looked at the manual for Dow Jones Straight
  422. Talk and did not see these features, or did I miss something? Please
  423. respond via email directly to me and I'll post a summary.
  424.  
  425. Thanks for the info,
  426.  
  427. Al Flora-Holmquist 
  428. ihnp4!ihlpf!nala
  429.  
  430.  
  431. ------------------------------
  432.  
  433. From: STORKEL@RICE.BITNET (Scott Storkel)
  434. Subject: Yet another HC bug?
  435. Date: 5 Oct 87 02:32:27 GMT
  436. Organization: Rice University - ICSA
  437.  
  438. Does anyone know the status of the Hypercard global property
  439. numberFormat? This property is listed in the HC manual (working draft
  440. 3), but doesn't seem to be working.
  441.  
  442. I have two fields on two different cards, one with the value 3.00 the
  443. other with the value 1.00. On openstack I do a set numberFormat to
  444. 00.00. However when I do "add A to B; put a into message", wherre A is
  445. 3.00 and B is 1.00, the answer is 4, NOT 4.00. What gives? Is this
  446. property still supposed to work? Has it been renames? Is is yet another
  447. Hypercard bug?
  448.  
  449. Obviously I can write a clumsy function the formats everything the way I
  450. want it, but it would sure be nice if this property worked as
  451. advertised. Anyone got any info?
  452.  
  453. Thanks,
  454. Scott Storkel
  455. Macintosh Software Development
  456. Rice University
  457. (STORKEL@RICE.BITNET)
  458.      
  459. Disclaimer: In this moment of the NOW that I myself believe to be the truth,
  460.             and have created for this lifetime, my employers are not
  461.             responsible for the thought/actions that I produce.
  462.  
  463. ------------------------------
  464.  
  465. From: atkins@nbirescutter.UUCP (Brian Atkins)
  466. Subject: Need info on Inbox and Mail Center for Mac.
  467. Date: 5 Oct 87 17:39:41 GMT
  468. Organization: NBI Inc., Boulder, CO.
  469.  
  470. I would like any information in Inbox, by Think Technologies, and/or
  471. Mail Center, by Videx, Inc.
  472.  
  473. Really, anything you feel is worth your time to tell me would be greatly
  474. appreciated.
  475.  
  476. Brian Atkins        atkins@nbires.UUCP or atkins@nbires.NBI.COM
  477. NBI Inc., P.O. Box 9001, Boulder CO 80301    (303) 938-2986
  478.  
  479. ------------------------------
  480.  
  481. From: clubmac@runx.ips.oz (Macintosh Users Group)
  482. Subject: Original Mac Battery
  483. Date: 4 Oct 87 04:40:16 GMT
  484. Organization: RUNX Un*x Timeshare.  Sydney, Australia.
  485.  
  486. Does anyone have a source for the original battery used by the Mac to
  487. preserve Parameter RAM and keep the clock ticking?
  488.  
  489. It is no longer available in Australia.
  490.  
  491. Thanks in advance,
  492. Jason Haines, President
  493.  
  494. Club Mac Macintosh Users Group, Sydney, Australia
  495. Phone Home: +61-02-73-4444
  496. Snail:      Box 213, Holme Building, Sydney University, NSW, 2006, Australia
  497. ACSnet:     clubmac@runx.ips.oz       ARPA:   clubmac%runx.ips.oz@seismo.css.gov
  498. UUCP:{enea,hplabs,mcvax,prlb2,seismo,ubc-vision,ukc}!munnari!runx.ips.oz!clubmac
  499.  
  500. ------------------------------
  501.  
  502. From: tedj@hpcid.HP.COM (Ted Johnson)
  503. Subject: Question: Sound Driver and LSC
  504. Date: 2 Oct 87 18:52:17 GMT
  505.  
  506. Has anyone implemented the LSC sound driver example (by Jan Eugenides)
  507. in the Sept. 1987 issue of "Nibble Mac"? (It uses the square wave
  508. synthesizer to play a 5 note scale, in any one of 5 octaves).  I did,
  509. and I kept getting a wierd high-pitched squeal between the 3rd and 4th
  510. notes, on all 5 octaves. Does anyone know why this occurs? I implemented
  511. the program with LSC v.2.01, and ran it on a Mac SE HD20 with
  512. system/finder 4.1/5.5.
  513.  
  514. This problem also occured when I ran the same program on a MacPlus
  515. running 4.1/5.5.
  516.  
  517. Any clues are greatly appreciated.
  518.  
  519.     -Ted
  520.  
  521. **********************************************************************
  522. Ted C. Johnson
  523. Hewlett Packard, Design Technology Center
  524. Santa Clara, CA
  525. (408)553-3555
  526. UUCP: ...hplabs!hpcea!hpcid!tedj
  527. *********************************************************************
  528.  
  529. ------------------------------
  530.  
  531. From: oster@well.UUCP (David Phillip Oster)
  532. Subject: Trouble with OpenResFile("\pDeskTop");
  533. Date: 6 Oct 87 07:16:29 GMT
  534. Organization: Whole Earth 'Lectronic Link, Sausalito, CA
  535.  
  536. I've been reading the source for Andy Hertzfeld's program "Icon Bounce"
  537. (published in _Programmers At Work_) and in it, he opens the desktop
  538. file where the Finder caches all the icons, by doing the equivalent of
  539. the LightSpeed C: OpenResFile("\pDeskTop"); When I try this, I always
  540. get "File Not Found" error.  What is the secret to make this work? Did
  541. old versions of Icon Bounce stop working when HFS came out?
  542. -- David Oster:  Arpa: oster@dewey.soe.berkeley.edu
  543. UUCP: {ihnp4,decvax}!ucbvax!dewey.soe.berkeley.edu!oster
  544.  
  545.  
  546. ------------------------------
  547.  
  548. From: carlton@ji.Berkeley.EDU (Mike Carlton)
  549. Subject: Re: Trouble with OpenResFile("\pDeskTop");
  550. Date: 6 Oct 87 21:38:10 GMT
  551. Organization: University of California, Berkeley
  552.  
  553. I was bitten once by a bug that may be causing your problem.  It seems
  554. that OpenResFile does a _RecoverHandle on the string you pass it.  Of
  555. course, if you pass an explicit string like "\pDesktop" there is no
  556. handle!  My solution was to create a handle, copy the string to it and
  557. pass the dereferenced handle.  Pretty ugly, but it worked.
  558.  
  559. However, the code always crashed on me and did not return an error so it
  560. may not be your problem.
  561.  
  562. Good luck,
  563. mike (carlton@ji.berkeley.edu or ...!ucbvax!ji!carlton)
  564.  
  565. ------------------------------
  566.  
  567. From: chuq%plaid@Sun.COM (Chuq Von Rospach)
  568. Subject: Hypercard again (radio button)
  569. Date: 7 Oct 87 03:42:46 GMT
  570.  
  571. You folks are two for two so far, so I thought I'd toss another one at
  572. you (by the way, thanks!). This one is radio buttons.
  573.  
  574. I can't find a stack that uses radio buttons. As far as I can tell,
  575. there is no documentation on using them in either Goodman's book or the
  576. help stack (should I take this as a hint? I NEED radio buttons). Goodman
  577. simply says "you need a big script to handle radio buttons" which is
  578. stating the obvious without telling me anything.
  579.  
  580. I know what I need to do to handle a set of radio buttons properly. What
  581. I don't know, and can't find any documentation on, is (1) how to query
  582. the state of a radio button ("hi, are you checked?") and how to alter it
  583. ("hey, turn yourself on!"). Anyone know the magic incantation?
  584.  
  585. chuq
  586. Chuq Von Rospach                    chuq@sun.COM
  587. Editor, OtherRealms                    Delphi: CHUQ
  588.  
  589. Bye bye life!  Bye bye happiness! Hello, loneliness, I think I'm gonna die.
  590.  
  591. ------------------------------
  592.  
  593. From: avjewe@cvl.umd.edu (Andrew V Jewell)
  594. Subject: HyperCard-hypertext
  595. Date: 6 Oct 87 11:53:07 GMT
  596. Organization: Center for Automation Research, Univ. of Md.
  597.  
  598. I've got the basics down for hypertext. Lock the text of a field, and
  599. then in the script of the field do something like 
  600.  
  601. set textlock to false     -- or is it locktext? I never get it right
  602. click at the clickloc
  603. click at the clickloc
  604. put selection into it
  605. set textlock to true
  606. go to card it of stack "dictionary"
  607.  
  608. My problem is that I need to get the next and previous word. "white"
  609. would go to one entry, but "white bread" is different and "egg white" is
  610. separate from those two. Ideally I would like to  wave my hands and
  611. instead of "it" I would have ThisWord, LastWord and NextWord to play
  612. around with. To extend my wish list, I would like to be able to make m
  613. own definition of word, rather than using the Apple- defined delimiters.
  614.  
  615. Any help for me out there??
  616.  
  617.  
  618. P.S. The one-word hypertext I've shown above is (with apologies to S.J.)
  619. insanely great. A compliment to Hypercard that a simple 6-line script 
  620. can do all that.
  621.  
  622.  
  623. ------------------------------
  624.  
  625. From: tedj@hpcilzb.HP.COM (Ted Johnson)
  626. Subject: Help wanted:  MacinTalk parameters
  627. Date: 5 Oct 87 22:44:01 GMT
  628. Organization: Hewlett Packard  DTC
  629.  
  630. Can someone please tell me what the max and min ranges are for the
  631. MacinTalk subroutines SpeechRate() and SpeechPitch()? Thanks!
  632.  
  633.     -Ted
  634.  
  635.  
  636. ------------------------------
  637.  
  638. From: ljdickey@water.waterloo.edu (Lee Dickey)
  639. Subject: High performance APL
  640. Date: 6 Oct 87 20:33:59 GMT
  641. Organization: U. of Waterloo, Ontario
  642.  
  643. I received a notice today saying that Spencer Organization has
  644. introduced a lower price for APL.68000; only $99, for an APL that runs
  645. on the Apple Macintosh.  (They also have products for the Atari ST, and
  646. the Commodore Amiga.)
  647.  
  648. The announcement also says that APL.68000 is the fastest APL in the
  649. micro environment, and that they offers a  *free*  Run-Time license for
  650. developers and users utilizing APL.68000 as a development tool.
  651.  
  652. They also supply an IBM PC/AT version of APL.68000 called MultiAPL that
  653. uses a coprocessor board based on the Motorola chip, together with up to
  654. 4 Megabytes of RAM available for APL under PC-DOS, and the also supply
  655. coprocessors with 68010 and 68020 chips clocked at various speeds from
  656. 10 to 20MHZ.
  657.  
  658. -- 
  659.  L. J. Dickey, Faculty of Mathematics, University of Waterloo. 
  660.  ljdickey@watmath.UUCP        UUCP: ...!uunet!watmath!ljdickey
  661.  ljdickey%water@waterloo.edu    ljdickey@watdcs.BITNET        
  662.  ljdickey%water%waterloo.csnet@csnet-relay.ARPA
  663.  
  664.  
  665. ------------------------------
  666.  
  667. From: beloin@batcomputer.tn.cornell.edu (Ron Beloin)
  668. Subject: Re: Hypercard again (radio button)
  669. Date: 7 Oct 87 13:42:38 GMT
  670. Organization: Cornell Theory Center, Cornell University, Ithaca NY
  671.  
  672. Just as other buttons, "the hilite of <button>" returns true or false.
  673. The home stack card for setting user levels uses radio buttons as a 
  674. group.
  675.  
  676.  Ron Beloin, Ecosystems Research Center, Corson Hall, Cornell, Ithaca,NY 14853
  677.  >> opinions << BITNET:BELOIN@CRNLTHRY; INTERNET:beloin@tcgould.tn.cornell.edu
  678.  >> are mine << UUCP:{cmcl2,shasta,uw-beaver,rochester}!cornell!tcgould!beloin
  679.  
  680. ------------------------------
  681.  
  682. From: hunt@firqb.dec.com (Phil Hunt)
  683. Subject: MacBottom 144IHD for Mac II
  684. Date: 7 Oct 87 18:24:50 GMT
  685. Organization: Digital Equipment Corporation
  686.  
  687. Hello,
  688.  
  689.    I just installed a MacBottom HD 144 (INTERNAL Hard disk) for my Mac
  690. II.  It was very simple.  Place drive in place, mount with 2 screws and
  691. plug power and SCSI cables in.  The SCSI cable is kind of hard to plug
  692. in, due to it's  position in the box.  I had to take out the tray
  693. holding the floppy drives to connect the cable.  This required removing
  694. 4 screws, plugging in the cables, then putting the screws back.
  695.  
  696.    The drive MUST be set to SCSI unit 0  (meaning-leave the jumper out!)
  697. or devices on the external SCSI bus will not be seen.  PCPC says this is
  698. an Apple 'feature' allowing a user to 'turn off' the external bus for
  699. debugging a flakey drive.  I will buy that.
  700.  
  701.    Anyway I plugged it in, and it booted right up. I ran Disktimer II on
  702. it and the numbers were 40/42/12.  Jasmine 80, for comparison was
  703. 52/59/19.  The drive comes with a 1:1 interleave factor, so is very
  704. fast.
  705.  
  706. Phil Hunt
  707.  
  708.  
  709. ------------------------------
  710.  
  711. From: singer@endor.harvard.edu (Richard Siegel)
  712. Subject: Radius Accelerator Comments
  713. Date: 8 Oct 87 03:18:03 GMT
  714. Organization: THINK Technologies, Inc., Bedford, MA
  715.  
  716.  
  717.     Well, I recently got a Radius Accelerator installed into my Mac SE at
  718. work, and I am impressed. Here are a few comments:
  719.  
  720.     Installation: Tricky, but workable. BEWARE: the metal edges on the
  721. inside of the SE chassis are VERY VERY SHARP, and I cut up my left hand,
  722. rather badly. Fortunately, I didn't leave any blood inside the machine,
  723. which was a good thing. The SE's system board slides out easily, but
  724. with the Accelerator in place, will not slide in. You have to work one
  725. edge in, and then pry out one side of the chassis, and pop the board in.
  726. Easier to do than it is to tell about it, but not much fun. It reminded
  727. me of service old HyperDrive macs.
  728.  
  729.     Operation: Simple. You turn the SE on, and that's all there is to it.
  730. If you hold down the mouse button when you turn on, you get a little
  731. configuration panel, that lets you turn on or off the whole accelerator,
  732. and also control whether the 68020 instruction cache is on, and
  733. whetherthe built-in data cache is on. And you can ignore this step. You
  734. can tell the board is installed at boot because it puts a little box in
  735. the lower-left corner of the screen with "Radius Accelerator" in it, and
  736. a chip labeled "68881" if the math chip is installed (mine does have the
  737. '881).
  738.  
  739.     Performance: Amazing. If you're used to a Mac Plus or normal Mac SE, 
  740. there's nothing quite like it. I also have a Mac II at work, and I find
  741. myself using the SE more. I ran a Dhrystone, and the Mac SE seems to be
  742. about 8 percent faster than the Mac II. I'll post a detailed set of
  743. benchmarks as soon as I run them.
  744.  
  745.  
  746. Please note that this does not constitute a formal review, and this
  747. posting was not solicited by anyone -- it's just that I haven't seen
  748. much on this newsgroup about accelerator boards, and thought I might get
  749. something  started...
  750.  
  751.         --Rich
  752.  
  753. **The opinions stated herein are my own opinions and do not necessarily
  754. represent the policies or opinions of my employer (THINK Technologies, Inc).
  755.  
  756. * Richard M. Siegel | {decvax, ucbvax, sun}!harvard!endor!singer    *
  757. * Customer Support  | singer@endor.harvard.edu                *
  758. * THINK Technologies, Inc.  (No snappy quote)                       *
  759.  
  760. ------------------------------
  761.  
  762. End of Usenet Mac Digest
  763. ************************
  764.